Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added zero trust configs for storage & virtual machines #815

Merged
merged 28 commits into from
Jan 22, 2024

Conversation

jamasten
Copy link
Contributor

Description

These changes add zero trust configurations to the storage accounts and virtual machines. For the storage accounts, public access is disabled and relies on private endpoints for connectivity. Also, the storage account configuration has been optimized for security. Lastly, the encryption has been updated to use a customer managed key with auto rotation policy. For the virtual machines, customer managed keys have been added to the disks along with trusted launch and encryption at host. The hybrid use benefit has been exposed so customers may take advantage of that capability to reduce cost. MLZ had to be changed significantly to modify the deployment order. The enhancements included in this PR will allow for idempotent deployments now. Other smaller changes were around naming. The location abbreviation has been added. Resource names are consistently named throughout.

Issue reference

The issues this PR will close:

Please make sure you've completed the relevant tasks for this PR out of the following list:

  • All acceptance criteria in the backlog item are met
  • The documentation is updated to cover any new or changed features
  • Manual tests have passed
  • Relevant issues are linked to this PR

@jamasten jamasten requested a review from a team as a code owner January 22, 2024 19:23
@jamasten jamasten linked an issue Jan 22, 2024 that may be closed by this pull request
@mikedzikowski mikedzikowski merged commit 7b747f1 into main Jan 22, 2024
6 of 7 checks passed
@mikedzikowski mikedzikowski deleted the jamasten-zero-trust-storage branch January 22, 2024 19:49
@jamasten jamasten self-assigned this Apr 3, 2024
jwaltireland pushed a commit to ARPA-H/AzureMissionLZ that referenced this pull request Nov 14, 2024
* Added storage pvt endpoints & customer managed keys, Fixed idempotency

* Fixed pvt endpoint names

* Fixed storage pvt endpoint name

* Added pvt endpoint for key vault

* Updated nic name for storage pvt endpoint

* Added CMK for VMs, Fixed VM settings

* Added pvt endpoints for table storage

* Fixed deployment name

* Fixed deployment name

* Removed comment

* Fixed role assignment for DES

* Fixed hybrid use benefit for linux vm

* Updated images to G2 for trusted launch support

* Updated API version, Organized code

* Fixed group ID for pvt endpoint

* Compiled bicep changes

* Updated API version, Added custom name for the NIC

* Added location abbreviation to naming convention

* Compiled bicep changes

* Fixed pvt endpoint & NIC name

* Added guest attestation for trusted launch

* Fixed resource naming

* Added settings, Updated API versions

* Fixed network access

* Compiled bicep changes

* Added dependency

* Moved hybrid use benefit input

* Updated names for Azure Monitor deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment